home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 July / EnigmA AMIGA RUN 09 (1996)(G.R. Edizioni)(IT)[!][issue 1996-07 & 08][EARSAN CD VIII].iso / earcd / util3 / csh2bjrc.rdm < prev    next >
Text File  |  1996-06-17  |  2KB  |  69 lines

  1. Short:    Set of aliases for CSh and ObjArc that lets cd to archives
  2. Author:   Robert Wal <reptile@lodz.pdi.net>
  3. Uploader: Robert Wal <reptile@lodz.pdi.net>
  4. Type:     util/shell
  5. Requires: csh521 or higher, ObjectArchive package, OS 2.0+
  6.  
  7. This is a set of scripts for csh that lets you use ObjectArchive package,
  8. without even knowing about it ;-)
  9. All you have to do is to add the file .cshrc to your own .cshrc and
  10. class.sh to your own class.sh and you can do things like this:
  11.  
  12.   Ivonne:Archives/AmiNet/comm/tcp
  13.    0> cd IU-14-amitcp.tar.gz    
  14.   
  15.   IU-14-amitcp:
  16.    0> INetUtils-1.4-AmiTCP/
  17.   
  18.   IU-14-amitcp:INetUtils-1.4-AmiTCP
  19.    0> contrib/
  20.   
  21.   IU-14-amitcp:INetUtils-1.4-AmiTCP/contrib
  22.    0> la
  23.   Directory of IU-14-amitcp:INetUtils-1.4-AmiTCP/contrib
  24.     ------rwed ---- ----     0     0    814 30-Sep-94 - active2next.rexx
  25.     ------rwed ---- ----     0     0  73227 09-Dec-94 - AmiPOP115.lha
  26.     ------rwed ---- ----     0     0   2294 30-Sep-94 - mailq.rexx
  27.     ------rwed ---- ----     0     0  28655 26-May-94 - Sabot18.lha
  28.     ------rwed ---- ----     0     0   3518 04-Oct-94 - stuff.rexx
  29.     ------rwed ---- ----     0     0   6766 13-Oct-94 - waffle_spool.rexx
  30.    234 Blocks, 115,274 Bytes used in 6 files
  31.   
  32.   IU-14-amitcp:INetUtils-1.4-AmiTCP/contrib
  33.    0> AmiPOP115.lha 
  34.   
  35.   AmiPOP115:
  36.    0> AmiPOP115/
  37.   
  38.   AmiPOP115:AmiPOP115
  39.    0> la
  40.   Directory of AmiPOP115:AmiPOP115
  41.     d-----rwed ---- ----     0     0  <Dir> Today     - source/
  42.    +------rwed ---- ----     0     0  16844 08-Dec-94 - AmiPOP-AmiTCP.000
  43.     ------rwed ---- ----     0     0    653 28-Feb-94 - AmiPOP-AmiTCP.000.info
  44.    +------rwed ---- ----     0     0  16264 08-Dec-94 - AmiPOP-AmiTCP.030
  45.     ------rwed ---- ----     0     0    653 28-Feb-94 - AmiPOP-AmiTCP.030.info
  46.    +------rwed ---- ----     0     0  16884 08-Dec-94 - AmiPOP.000
  47.     ------rwed ---- ----     0     0    653 28-Feb-94 - AmiPOP.000.info
  48.    +------rwed ---- ----     0     0  16304 08-Dec-94 - AmiPOP.030
  49.     ------rwed ---- ----     0     0    653 28-Feb-94 - AmiPOP.030.info
  50.    +------rwed ---- ----     0     0  24852 08-Dec-94 - AmiPOP.guide
  51.     ------rwed ---- ----     0     0   5206 28-Feb-94 - AmiPOP.guide.info
  52.    209 Blocks, 98,966 Bytes used in 11 files
  53.   
  54.   AmiPOP115:AmiPOP115
  55.    0> st
  56.   IU-14-amitcp:INetUtils-1.4-AmiTCP/contrib
  57.   Ivonne:Archives/AmiNet/comm/tcp
  58.   
  59.   AmiPOP115:AmiPOP115
  60.    0> b
  61.   
  62.   IU-14-amitcp:INetUtils-1.4-AmiTCP/contrib
  63.    0> b
  64.   
  65.   Ivonne:Archives/AmiNet/comm/tcp
  66.    0>
  67.   
  68. simple huh?
  69.